@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

/* CSS Classes*/


:root {
  --def-color: rgb(4, 120, 193);
}

html,
body {
  /*height: 100% !important;*/
  min-height: 100vh;
  /*background-image: url('../images/background.png');*/
}
/*
html {
  height:100% !important;
}

body {
  min-height:100% !important;
}
*/

/*html {
  background: url('../images/background.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.layout-boxed html,
.layout-boxed body {
  height: 100%;
}

/*.mat-icon.active {
  transform: rotate(-90deg);
}*/
/* html {
  position: initial !important;
  overflow-y: initial !important;
} */

/* html.cdk-global-scrollblock {
  position: relative !important;
  overflow-y: auto;
} */

/* Increase specificity and use !important */
/* .filter-dialog-class .cdk-overlay-container{
  position: absolute !important;
} */

body.custom-dialog-open .cdk-overlay-container {
  position: absolute !important;
  z-index:10001;
}

.cdk-global-overlay-wrapper {
  /* pointer-events: auto;
  display: block;
  position: relative; */
  /* overflow: auto; */
  /* text-align: center; */
}
body {
  font-size: 14px;
  background-color: white;
  color: #414141;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  /*font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
  font-weight: 400;
  /* overflow-x: hidden;
  overflow-y: auto; */
}

.btn-no-bg {
  padding: 0;
  background: none;
  border: none;
}

.pop-up {
  background: #fff;
  border-radius: 8px;
}

.survey-header{
  padding-inline: 6px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.answer-card{
  display: flex;
  row-gap: 15px;
  height: 240px;
  border-bottom: 1px solid;
  padding-block: 4px;
  padding-inline: 10px;
  margin-block: 10px;
  justify-content: center;
  border-color: #E5E9EC;
  font-size: medium;
}
.btn-bottom-right {
  top: 75px;
  right: 5px;
  bottom: auto;
  left: auto;
  position: fixed;
  z-index: 1;
}

.btn-bottom-left {
  top: 75px;
  right: auto;
  bottom: auto;
  left: 5px;
  position: fixed;
  z-index: 1;
}
/*
.logo-head {
  width: 100px;
  margin-top: 5px;
}*/

@media(max-width: 768px) {
  .btn-bottom-right {
    top: 125px;
    right: 5px;
    bottom: auto;
    left: auto;
    position: fixed;
  }

  .btn-bottom-left {
    top: 125px;
    right: auto;
    bottom: auto;
    left: 5px;
    position: fixed;
  }
  /*
  .side-head {
    position: relative;
  }

  .logo-head {
    position: absolute;
    width: 119px;
    margin-top: 5px;
  }*/

}

.login-header {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
  text-align: center;
  margin-top: 110px;
}

.login-inner-bg {
  padding: 45px 0px 170px 0px;
}

.login-form-box {
  margin-top: 30px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  background: #eee;
  background-color: white;
  position: center;
}

.login-form-bottom {
  padding: 25px 25px 30px 25px;
  background: #eee;
  background-color: white;
}

.login-form-top {
  overflow: hidden;
  padding: 15px 25px 0 25px;
}

.login-lang {
  margin-top: 50px;
  text-align: center;
}

.login-forgot-passwd {
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.avatar {
  overflow: hidden;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.sub-main {
  padding-bottom: 1cm;
  background-color: #fbfbfb;
  padding-left: 30px;
  padding-right: 30px;
}

.subItem {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  color: #000 !important;
  background-color: #fff !important;
  padding: 1em 1em;
  margin-bottom: 16px !important;
  padding-bottom: 10px !important;
  padding-top: 14px !important;
  border-radius: 5px;
  text-decoration: none;
}

.subItem-left {
  text-align: left;
  padding-left: 20px;
}

.subItem-right {
  text-align: right;
  padding-right: 20px;
}

.selSubItem {
  background-color: #ffffcc !important;
}

.subItem:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}

.subItem .subItemHeader1 {
  color: #4CAF50 !important;
  font-size: 18px;
  padding-bottom: 0.5em;
}

.subItem .subItemHeader2 {
  color: #2196F3 !important;
  padding-bottom: 0.5em;
}

.subItem .subItemContent {
  color: black;
  padding-bottom: 0.5em;
}

.sideNav {
  z-index: 3;
  width: 250px;
  background-color: #424f5a;
  color: white;
}

.sideNavHeader {
  text-align: center !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: white !important;
  background-color: #424f5a !important;
  margin-bottom: 15px;
}


.sideNavSeparator {
  margin-top: 0px;
  background-color: white;
  color: white;
}

.sideNavItem {
  padding: 8px 16px !important;
  color: white;
}

  .sideNavItem:hover {
    background-color: #5e6972 !important;
    color: white;
  }

.sideNavSelItem {
  color: white !important;
  background-color: #343f48 !important;
  border-left: 4px solid #ffa31a;
  border-right: 4px solid #ffa31a;
}

.sideNavMenuClose {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  color: #fff !important;
  background-color: #000 !important;
}

.sideNavSubMenu {
  background-color: #67747e !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.sideNavSubMenuItem {
  padding: 8px 16px !important;
  color: white !important;
}

  .sideNavSubMenuItem:hover {
    background-color: #5e6972 !important;
    color: white;
  }

.sideNavSubMenuSelItem {
  color: white !important;
  background-color: #5e6972 !important;
  border-left: 4px solid #ffa31a;
  border-right: 4px solid #ffa31a;
}
/* .cdk-overlay-container {
  overflow: auto;
} */

.mnr-box {
  background-color: white;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
  border-radius: 5px;
}

.scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 40px;
  height: 40px;
  color: #eee;
  line-height: 40px;
  text-align: center;
  background-color: #222d32;
  cursor: pointer;
  border-radius: 5px;
  z-index: 99999;
  opacity: 0.7;
  display: none;
}

  .scrollTopBtn:hover {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    color: black;
  }

.calendar-btn {
  padding-bottom: 20px;
}
/*
.page-head {
  margin-top: 30px;
  border-bottom-color: lightgray;
  margin-bottom: 30px;
}*/

.showMore {
  text-align: center;
  color: grey;
}

.notification {
  position: absolute;
  background-color: #FB404B;
  text-align: center;
  border-radius: 10px;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 18px;
  top: -10px;
  left: 10px;
}

.nav-search {
  width: 500px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}



@media (max-width: 991px) {
  .nav-search {
    width: 300px;
  }
  .report-buttons {
    margin-inline: 20px !important;
 }
}


@media (max-width: 750px) {
  .nav-search {
    width: 150px;
  }
}

@media (max-width: 300px) {
  .nav-search {
    width: 100px;
  }
}

/* Layout */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

  .wrapper:before,
  .wrapper:after {
    content: " ";
    display: table;
  }

  .wrapper:after {
    clear: both;
  }

.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* H1 - H6 font */
/*h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}*/
/* General Links */
a {
  color: #3c8dbc;
}

  a:hover,
  a:active,
  a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
  }
/* Page Header */ /*
.page-header {
  margin: 36px 0 20px 0;
  font-size: 22px;
}

  .page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
  }*/

/* Main Container */

.main-container {
  padding-top: 21px;
  /*background-color: #f0eeee;*/
  /*min-height: 674px;*/
  min-height: 100vh;
  padding-bottom: 45px;
}

.main-container1 {
  padding-top: 28px;
  min-height: 100vh;
  padding-bottom: 45px;
}

/* Qty - Price Numbers */

.number {
  background-color: #b9ffb9;
  border-color: #666699;
  color: #ff8040;
}

.tabClass {
  /*font-family: 'Times New Roman', Tahoma, Arial, sans-serif;*/
  font-size: 16px;
  font-weight: bold;
}

div.required .control-label:after {
  content: '*';
  color: #F00;
  font-weight: bold;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }


.geozone-block {
  margin-left: 10px;
  margin-right: 10px;
}


@media screen and (max-width: 766px) {
  .main-container {
    padding-top: 1px;
    margin-top: -11px;
  }
  .main-container1 {
    padding-top: 1px;
    margin-top: -11px;
  }
  .page-header {
    margin-top: 21px;
  }
}


.panel {
  padding-left: 4px;
  padding-right: 4px;
}

.field-container {
  display: flex;
  flex-direction: column;
}

  .field-container > * {
    width: 50%;
  }


@media screen and (max-width: 766px) {
  .field-container > * {
    width: 95%;
  }
}

.mat-form-field {
  /*margin-bottom: 10px;*/
  line-height: 1.5 !important;
  width: 100%;
}

.desc-editor {
  margin-bottom: 15px;
}

.tab-table {
  padding: 16px;
  color: #0048ff;
}

.mat-sort-header-button {
  font-size: 14px !important;
  font-weight: bold !important;
}

.mat-form-field-label {
  font-size: 16px !important;
  font-weight: bold !important;
}

.mat-tab-label-content {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #0076c0;
}

.mat-input-element {
  /*font-size: 14px !important;*/
}

.mat-header-row {
  min-height: 30px !important;
  background-color: #e9ecef;
  height: 45px !important;
  border-radius: 15px;
}

.mat-col-check {
  flex: 0 0 10% !important;
}

.mat-sort-header-button {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #1a5ae1;
}

.mat-col-sort {
  flex: 0 0 10% !important;
}

.mat-col-action {
  flex: 0 0 7% !important;
}

.mat-col-action2 {
  flex: 0 0 20% !important;
}

.mat-col-name-h1 {
  flex: 0 0 50% !important;
}

.mat-col-name-h2 {
  flex: 0 0 35% !important;
}

.mat-col-name-h3 {
  flex: 0 0 30% !important;
}

.mat-col-name-h4 {
  flex: 0 0 12% !important;
}

.mat-col-name-h5 {
  flex: 0 0 8% !important;
}

.mat-col-none {
  flex: 0 0 0% !important;
}


.mat-col-status {
  flex: 0 0 7% !important;
}

.mat-select-value {
  height: 25px !important;
}


.input-number {
  width: 100px !important;
}

.input-number2 {
  width: 125px !important;
}

.input-number3 {
  width: 75px !important;
}

.input-textarea {
  width: 250px !important;
}

.btn-space {
  margin-right: 5px;
  margin-left: 5px;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 55px !important;
}

.radio-margin {
  margin: 0 10px;
}

.radio-section {
  display: flex;
  align-content: center;
  align-items: center;
  height: 60px;
}

@media (min-width: 768px) {
  .input-select {
    width: 400px !important;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.import-box {
  border: 1px solid lightgray;
  padding: 8px 1px 8px 1px;
}

.mat-col-number {
  flex: 0 0 10% !important;
}

body {
  line-height: 1.25;
}

.mat-paginator-range-label {
  margin: 0px !important;
}

.card-box {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.mat-expansion-panel {
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border: 1px solid #e6e4e3;
  margin-bottom: 15px;
}


.mat-expansion-panel-header {
  background-color: rgba(227, 230, 233, 0.57);
}

/*
.mat-expansion-panel-content {
  height:300px;
}
*/

.mat-expansion-panel-body {
  overflow: hidden;
}




.design-link {
  text-align: left !important;
  direction: ltr;
}


input.input-color-picker {
  /*border: medium none !important;*/
  border-radius: 4px !important;
}

  input.input-color-picker:hover {
    cursor: pointer !important;
  }

.mat-field {
  width: 95% !important;
}

.mat-field2 {
  width: 70% !important;
}

.mat-field3 {
  width: 40% !important;
}

.mat-checkbox1 {
  height: 10px !important;
}

.hr1 {
  width: 95% !important;
}


.loading-indicator {
  position: fixed;
  text-align: center;
  z-index: 1;
  height: 1em;
  width: 7em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



#footer-container {
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #e3e2e2;
  width: 120%;
  padding: 10px 1px 1px 1px;
  background-color: white;
  font-size: 13px;
}






/** Admin Style - 23.05.2019 **/

/* Angular Material icons */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.fa {
  font-family: FontAwesome !important;
}

.mat-card {
  min-width: 40%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.76),0 2px 2px 0 rgba(0, 0, 0, 0.76),0 1px 5px 0 rgba(0, 0, 0, 0.81);
}

.login-mat-card {
  max-width: 100%;
  /*margin: 50px auto auto;*/
  /*text-align: center;*/
  /*margin: 154px auto auto !important;*/
}

.login-avatar {
}

  .login-avatar .mat-card-avatar {
    height: 38px;
    width: 143px !important;
    border-radius: 0% !important;
  }

.mat-card-title {
  margin-top: 5px;
}

.mat-card-header {
  margin-bottom: 2px;
}

.login-lang-link {
  margin-left: -20px !important;
  color: #0478c1 !important;
}

.lang-container {
  margin-top: -38px;
}


.hr-btn-primary {
  background-color: #0478c1 !important;
}


.hr-link-primary {
  color: #0478c1 !important;

}


.hr-app-logo {
  height: 154px;
  margin-top: -122px;
}

.filter-att {
  height: auto;
  position: relative;
  overflow-y: auto;
  scrollbar-color: #c9c7c7 white;
  scrollbar-width: thin;
  width: 180px;
  margin-bottom: -10px !important;
}

.selected-data{
  padding-top: 15px;
  padding-inline-start: 10px !important;
  padding-inline-end: 10px !important;
  width: 370px !important;
}

.card-report {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  padding-inline-end: 10px;
}



@media (min-width: 768px) and (max-width: 991px) {
  .hr-app-logo {
    height: 137px;
    margin-top: -63px;
  }
}

@media (max-width: 904px){
   /* .filter-att {
    width: 100% !important;
    padding-bottom: 20px;
  }  */
  .card-report{
    padding: 0px !important;
  }

}


@media (min-width: 481px) and (max-width: 767px) {
  .hr-app-logo {
    height: 90px;
    margin-top: -23px;
  }
}

@media (max-width: 480px) {

  .hr-app-logo {
    height: 90px;
    margin-top: -23px;
  }
}



/*TEST*/
.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.header-nav .dropdown-toggle::after {
  display: none;
}

.user-panel {
  min-width: 292px !important;
}


/*file*/
.blobstorage-section {
  /*font-family: Calibri;*/
  box-shadow: 0 1px 4px 0 #9b9b9b;
  background-color: #ffffff;
  margin: auto;
  margin-top: 30px;
  width: 100%;
}

.blobstorage-column1 {
  width: 250px;
}

.blobstorage-column2 {
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.blobstorage-column3 {
  width: 50px;
  text-align: center;
}

.blobstorage-section th {
  width: 250px;
  /*font-family: Calibri;*/
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #333333;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.blobstorage-section i {
  cursor: pointer;
  color: darkslateblue;
}

.blobstorage-section input {
  display: none;
}

.blobstorage-section th i {
  /*font-family: Calibri;*/
  font-size: 16px;
}

.blobstorage-section tr td {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

  .blobstorage-section tr td a {
    /*font-family: Calibri;*/
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #0091da;
    text-decoration: underline;
  }

  .blobstorage-section tr td img:hover {
    cursor: pointer;
  }

.blobstorage-section table {
  margin: 10px;
}

.blobstorage-label {
  font-size: 16px !important;
  font-weight: bold;
  color: #807f7f;
}
/*form*/
.inline-field {
  display: inline-block !important;
  width: 50% !important;
}

.form-bottom {
  margin: 10px !important;
}

.thead-dark {
  background-color: #0478c1 !important;
  font-weight: bold;
  height: 30px;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.filter-container {
  width: inherit !important;
  border-radius: 0;
  background-color: #f9f9f9;
  padding: 15px 15px 3px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

  .filter-container .filter {
    width: 200px;
    color: #333;
    margin: 0 5px 12px 0;
    vertical-align: top;
    display: inline-block;
  }

  .filter-container .date-range {
    width: 250px;
  }

  .filter-container .date-time-range {
    width: 300px;
  }

.table .thead-dark th {
  color: #fff !important;
  background-color: #0478c1 !important;
  align-content: center !important;
}

.table .thead-dark th:first-child {
  border-inline-start: 10px;
  border-block-start: 10px;
}

.table .thead-dark th:last-child {
  border-inline-end: 10px;
  border-block-end: 10px;
}

.table {
  table-layout: fixed;
  width: 100% !important;
  border: 1px !important;
  font-size: 12.5px !important;
}

.resize {
  width: inherit !important;
  resize: both;
  overflow: auto;
}

.shadow {
  box-shadow: 10px 10px 5px grey;
  border-radius: 15px !important;
}

td.Disable {
  background-color: #f2f2f2;
  border-color: #bec9cf !important;
}

.day {
  font-size: 9px !important;
  text-align: center !important;
}

.daytd {
  text-align: center !important;
}
/*
.grid-icon {
  color: #0076c0   !important;
}*/
.m1-date-range-picker.full-width {
  width: 50% !important;
  display: inline-block;
}

div .thead-dark {
  color: #fff !important;
  background-color: #0478c1 !important;
  border-color: #FF8888 !important;
  align-content: center !important;
  font-weight: bold;
  margin-top: 2px;
}

div.input {
  display: flex !important;
  flex-wrap: wrap !important;
}

.delete {
  border: 0px !important;
  background-color: transparent;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 2px;
  color: red !important;
  cursor: pointer;
}

.header {
  width: 100%;
}

.add-file {
  padding: 10px 10px 10px 10px;
  color: #0076c0 !important;
  font-weight: bold;
}

.bg-color-danger {
  background-color: hsl(0deg 95.16% 45.65% / 10%) !important;
  color: #e14242 !important;
  font-weight: bold;
}

.bg-color-def {
  background-color: hsl(27deg 91.93% 46.01% / 10%) !important;
  color: #9d4606 !important;
  font-weight: bold;
}

.bg-color-new {
  background-color: hsl(190.38deg 91.93% 46.01% / 7%) !important;
  color: #278ea7 !important;
  font-weight: bold;
}

.bg-color-success {
  background-color: hsl(118.38deg 91.93% 46.01% / 9%) !important;
  color: #159d06 !important;
  font-weight: bold;
}

.bg-color-warn {
  background-color: hsl(240.23deg 87.29% 11.01% / 7%) !important;
  color: #4f4c4c !important;
  font-weight: bold;
}

.form-width {
  max-width: 60%;
}
.width-card{
  width: 400px;
}

/*.mat-chip.mat-standard-chip {
  width: 108px;
  font-weight: 500;
}*/

/*.mat-chip-index {
  width: 108px;
  font-weight: 500;
}*/

.mat-chip {
  font-size: 9px !important;
}

@media(max-width:1330px) {
  .mat-chip {
    font-size: 9px !important;
  }
}
@media(max-width:1150px) {
  .mat-chip {
    font-size: 9px !important;
  }
}

.mat-standard-chip {
  text-align: center !important;
}

.sidecolor {
  color: #212529 !important;
  line-height: 1.4 !important;
}



button:focus {
  outline: none !important;
}


.mat-standard-chip {
  padding: 7px 12px;
  border-radius: 5px !important;
  font-weight: bold;
}

.mat-icon {
  font-size: 23px !important;
}


.mat-icon-primary {
  color: #0478c1 !important;
}

.mat-icon-success {
  color: green !important;
}

.mat-icon-danger {
  color: red !important;
}

.mat-header-cell {
  color: #0076c0 !important;
}

.page-header .mat-icon {
  color: white !important;
}
/*
.mat-column-newsnumber {
  max-width: 10% !important;
}

.mat-column-newsname {
  max-width: 60% !important;
}

.mat-column-newsdate {
  max-width: 20% !important;
}

.mat-column-newsview {
  max-width: 10% !important;
}

*/
.mat-radio-label-content {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.question-header {
  width: 100% !important;
  padding-bottom: 0px !important;
  position: revert !important;
  margin-top: 0px;
}
/*
.mat-column-surveynumber {
  max-width: 10% !important;
}

.mat-column-surveyname {
  max-width: 60% !important;
}

.mat-column-surveydate {
  max-width: 20% !important;
}

.mat-column-surveyview {
  max-width: 10% !important;
}
.mat-column-viewMission {
  max-width: 8% !important;
}
.mat-column-statusMission {
  max-width: 8% !important;
}
.mat-column-status {
  max-width: 15% !important;
}
.mat-column-reasonMission {
  max-width: 40% !important;
}
.mat-column-notes {
  max-width: 40% !important;
}
.mat-column-view {
  max-width: 8% !important;
}
*/
/*
.mat-column-notify {
  max-width: 80% !important;
}
.mat-column-notificationicon {
  max-width: 3% !important;
}

.mat-column-notificationtime {
  max-width: 7% !important;
}*/
.notify-body {
  color: black;
  font-size: 12px;
}

.notify-read {
  background-color: rgb(224, 224, 224) !important;
}

.notify-2icon {
  padding-top: 3px;
}

.notify-size {
  font-size: 15px !important;
}

.notify-icon {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 11px !important;
}

.mat-column-notificationaction {
  max-width: 8% !important;
}

.mat-column-employee {
  max-width: 25% !important;
}

.mat-column-employeeNum {
  max-width: 10% !important;
}

.mat-column-employeeN {
  max-width: 20% !important;
}

.mat-column-answerStatus {
  max-width: 20% !important;
}

.mat-column-hours {
  max-width: 25% !important;
}

.mat-column-projects {
  max-width: 50% !important;
}

.notify {
  border: 1px solid #d3d9de !important;
}

.add-icon {
  color: #30a935 !important;
  font-size: 40px !important;
}

#button, #button-key, #button-copy {
  font-weight: bold;
  background-color: #0076c0;
}

.iframe-box{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  column-gap: 15px;
}

.iframe-code{
   direction: ltr !important;
   text-align: start !important;
   font-size: small !important;
}

#button {
  font-weight: bold;
  background-color: #0076c0;
}

.btn-view {
  background-color: #0076c0 !important;
  color: white !important;
  min-width: 2px !important;
  width: 38px;
  height: 28px;
  padding: 2px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
  .btn-view .mat-icon {
    color: white !important;
    height: 30px !important;
    width: 30px !important;
    margin-top: -1px !important;
    font-size: 18px !important;
  }

.btn-edit {
  background-color: #0076c0 !important;
  color: white !important;
  min-width: 2px !important;
  width: 38px;
  height: 28px;
  padding: 2px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left:4px !important;
  margin-right:4px !important;
}

  .btn-edit .mat-icon {
    color: white !important;
    height: 30px !important;
    width: 30px !important;
    margin-top: -1px !important;
    font-size: 18px !important;
  }

  /*
.mat-column-image {
  max-width: 7% !important;
}*/
  /*.custom-dialog {

   z-index: 9999;
  color: #333;
  font-family: 'Roboto',sans-serif;
  background-color: #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  border-radius: 4px;

  position: unset;
  width: 400px;
  height: 160px;
  /* display: none; */
  /*margin: 10px;
  padding: 0;
  word-wrap: break-word;
}
.mat-dialog-container {
  box-shadow: none !important;
  transform: none;
  opacity: 1;
  background:none !important;
}


.custom-dialog h2 {
  font-size: 15px;
  line-height: 25px;
  font-weight: bolder;
  color: #FFF;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(194,192,194,1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(194,192,194,1);
  box-shadow: 2px 2px 10px 0px rgba(194,192,194,1);
  border-bottom: 1px solid #8e653c;
  padding: 0 10px;
}
.mat-dialog-content {
  display: block;
  margin: 0 0 0 0 !important;
}
  .custom-dialog .msg {
   font-weight:bold;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px 10px 10px;
  }

.custom-dialog_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #333;
  opacity: 0.5;
  z-index: 9998;
  top: 0;
  bottom: 0;
}*/
  .custom-dialog {
    z-index: 9999;
    color: #333;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /* -webkit-box-shadow: 2px 2px 10px 0px rgba(194,192,194); */
    /* -moz-box-shadow: 2px 2px 10px 0px rgba(194,192,194); */
    /* box-shadow: 2px 2px 10px 0px rgba(194,192,194); */
    width: 271px !important;
    height: 180px !important;
    /* display: none; */
    margin: 54px;
    overflow: hidden !important;
    padding-bottom: 300 !important;
    /* word-wrap: break-word; */
  }

.mat-dialog-container {
  box-shadow: none !important;
  transform: none;
  opacity: 1;
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0.00);
  background: none !important;
  overflow-x: hidden !important;
}

.filter-dialog-class .mat-dialog-container {
  padding-top: 0px !important;
  border: #3C8DBB;
  transform: none;
  border-radius: 15px;
  border: solid 1px #d0cdcd !important;
  box-shadow: 0 .5rem 1rem rgb(13 12 12 / 15%) !important;
}

.custom-dialog h2 {
  font-size: 15px;
  line-height: 25px;
  font-weight: bolder;
  color: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(194,192,194,1);
  border-bottom: 1px solid #8e653c;
  padding: 0 10px;
}



.custom-dialog .msg {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 15px 10px 10px;
}



/*.custom-dialog_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
}*/


.mat-dialog-content {
  display: block;
  margin: 0 0 0 0 !important;
}


.error {
  background-color: #CC3300 !important;
}

.done {
  background-color: forestgreen !important;
}

.warning {
  background-color: darkorange !important;
}

.info {
  background-color: #ff4081 !important;
}

.notification-box {
  z-index: 99;
}





.field-row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.without{
    background-color: hsl(35.31deg 91.93% 49.31% / 6%) !important;
    color: #9d4606 !important;
    padding: 6px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
  }

.approve{
  background-color: hsl(182.08deg 91.93% 49.31% / 5%) !important;
  color: #06489d !important;
  padding: 6px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;

}

.all{
  background-color: hsl(65.77deg 91.93% 49.31% / 9%) !important;
  color: #8b9d06 !important;
  padding: 6px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
}

.refresh-div .mat-icon {
  font-size: 36px !important;
  margin-top: 5px;
}

.saved-filter-icon{
  font-size: 36px !important;
  border: 0px !important;
  background-color: transparent;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  color: #0478c1 !important;
  display: inline-block;
}

.dynamic-lable {
  font-weight: bold;
}

.card-container-div {
  margin-bottom: 100px;
  margin-top: -10px;
  border-radius: 10px;
}


/* .dsource-card {
  margin-bottom: 100px;
} */

.cont-cpanel {
  background-color: #FFF;
}


.mat-raised-button[disabled][disabled] {
  color: #d0c8c8 !important;
}

/* .form-width {
  max-width: 60%;
} */

@media (min-width: 481px) and (max-width: 767px) {
  .form-width {
    max-width: 98%;
  }
}

@media (max-width: 480px) {

  .form-width {
    max-width: 100%;
  }

  .box-type {
    padding: 0 !important;
  }

  .custom-dialog {
    margin: 0px !important;
  }
  .manager-note {
    height: 82px;
  }
}

@media (max-width: 575px) {
  .box-type {
    padding: 0 !important;
    margin-top: 7px;
  }
  .underline-field{
    width: 80% !important;
    margin-inline: 20px !important;
  }
}

.report-body {
  z-index: 1;
}

.file-browse-btn {
  display: none;
}

.headerDivider {
  border-left: 1px solid #38546d;
  border-right: 1px solid #16222c;
  height: 60%;
  position: absolute;
}

.filter-border {
  border: 2px solid #e2e7e7 !important;
}

.mat-footer-row {
  font-weight: bold;
}

.filter-buttom {
  margin: 5px 50px 0px 50px !important;
  width: 70%;
}

.filter-hieht {
  line-height: 40px;
}


.gray {
  background-color: #f2f4f5;
}


.profile-img-btn {
}

.mat-cell-lb {
  display: none !important;
}


.br-style {
  margin-top: 7px !important;
  display: grid !important;
}

.mat-footer-rep {
  display: block;
}
@media(min-width: 1450px) {
  .mat-column-image {
    max-width: 5% !important;
 }
}

@media (min-width: 1100px) and (max-width: 1449px) {
  .mat-column-image {
    max-width: 7% !important;
 }
}

.hr-inline{
  width: 90%;
  margin-block: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 1100px) {

  .mat-column-title {
    text-overflow: ellipsis;
    position: relative;
    height: 100px !important;
  }
  .mat-cell-lb {
    display: inline !important;
  }

  .delay-work-table mat-cell {
    height: unset !important;
    overflow: unset !important;
  }

  .mat-column-employee {
    max-width: 100% !important;
  }

  .delay-work-table mat-row::after {
    min-height: 0;
  }

  .br-style {
    height: 79px !important;
  }

  [dir="rtl"] mat-cell:first-of-type, [dir="rtl"] mat-footer-cell:first-of-type, [dir="rtl"] mat-header-cell:first-of-type {
    padding-left: 0;
    padding-right: 24px;
  }

  .mat-footer-rep {
    display:none;
  }

}

/** Material Table Style on Large scrren */

@media(min-width: 1101px) {
  .mat-column-number {
    max-width: 9% !important;
  }

  .mat-column-surveynumber {
    max-width: 14% !important;
  }

  .mat-column-surveyname {
    max-width: 60% !important;
  }

  .mat-column-surveydate {
    max-width: 20% !important;
  }

  .mat-column-surveyview {
    max-width: 10% !important;
  }

  /* .mat-column-viewMission {
    max-width: 8% !important;
  }*/

  .mat-column-statusMission {
    max-width: 11% !important;
  }

  .mat-column-status {
    max-width: 15% !important;
  }

  .mat-column-reasonMission {
    max-width: 40% !important;
  }

  /*Confirm Request Colums*/

  .mat-column-check {
    flex: 0 0 4% !important;
  }

  .mat-column-inNum {
    flex: 0 0 5% !important;
  }

  .mat-column-empName {
    flex: 0 0 13% !important;
  }

  .mat-column-type {
    flex: 0 0 7% !important;
  }

  .mat-column-numberPunish {
     max-width: 40%!important;
  }

  .mat-column-missiontype {
    flex: 0 0 15% !important;
  }

  .mat-column-requestDate {
    flex: 0 0 13% !important;
  }

  .mat-column-reqtype {
    flex: 0 0 10% !important;
  }
  .mat-column-duration {
    flex: 0 0 20% !important;
  }


  .mat-column-status {
    flex: 0 0 10% !important;
  }

  /** end Of confirm request **/

  /*.mat-column-view {
    max-width: 8% !important;
  }*/

  .mat-column-newsnumber {
    max-width: 14% !important;
  }

  .mat-column-newsname {
    max-width: 60% !important;
  }

  .mat-column-newsdate {
    max-width: 20% !important;
  }

  .mat-column-ordernumber{
    max-width: 20% !important;
  }

  .mat-column-ordertype{
    max-width: 30% !important;
  }
  .mat-column-orderdate{
    max-width: 30% !important;
  }

  .mat-column-advtype{
    max-width: 15% !important;
  }
  .mat-column-newsview {
    max-width: 10% !important;
  }

  /* .mat-column-image {
    max-width: 7% !important;
  } */

  .mat-column-expandIcon {
    max-width: 7% !important;
  }

  .mat-column-imageIcon {
    max-width: 7% !important;
  }
/*
  .mat-column-notes {
    text-overflow: ellipsis;
    flex: 0 0 18% !important;
    padding-right: 20px;
    padding-left: 20px;
  } */

}
@media(min-width: 1097px) and (max-width: 1253px) {
  .mat-column-status {
    padding: 0px !important;
}


}
.menu-cust-nav {
}

  .menu-cust-nav .dropdown-toggle::after {
    display: none;
  }


.skin-navy .main-header .logo {
  display: block;
  height: 45px;
}

.mobile-logo-img {
  display: none;
  width: 70px;
  height: 24px;
}

.show-mob-menu {
  display: none;
}

.show-web-menu {
  display: block;
}

@media (max-width:767px) {
  .skin-navy .main-header .logo {
    display: none !important;
  }

  .mobile-logo-img {
    display: block !important;
    margin-top: 9px;
  }

  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 32px !important;
  }

  .main-sidebar, .left-side {
    padding-top: 56px !important;
  }

  .show-mob-menu {
    display:block;
  }

  .show-web-menu {
    display: none;
  }

}

.fixed .content-wrapper, .fixed .right-side {
  padding-top: 0px;
}

.dashboard {
  min-height: 50px;
}


.mat-paginator-container .mat-form-field-infix {
  height: 26px;
}

button .cdk-focused {
  background-color: transparent !important;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, -5.91) !important;
}

.eval-text {
  color: #0076c0;
}

.left-dir {
  direction: ltr !important;
}

.flex {
  display: flex !important;
}

.full-width {
  width: 100% !important;
}

.text-bold {
  font-weight: 700;
}

.paddifotterng {
  padding-left: 20px;
  padding-right: 20px;
}

/* New Style*/

.day-link-mob {
  /*cursor: pointer;
  padding: 0.55rem !important;
  font-size: smaller;
  text-align: center !important;*/
}

.selected-day {
  background-color: lightgray;
}

.word-card-mob {
  border: 0px !important;
}

.work-table-mob {
  margin: 0px !important;
}

/*.day-link-mob:hover {
  background-color: #f0efef;
}

table.work-table-mob tr:hover td {
  background-color: #f0efef;
}
*/

.card-day-activity {
  border-radius: 2px;
}


.sel-proj-day .mat-select-arrow {
  color: white !important;
}

/* just for mobile  */
.mat-form-field-label {
  font-size: inherit !important;
}


/* only small screen*/
.day-filter {
  width: 52%
}
/*
body {
  font-size: 12px !important;
}*/

.rm-day-icon {
  color: #0076c0 !important;
}

/* .cdk-overlay-pane {
  position: absolute !important;
} */

/* .mat-dialog-container {
  max-height: 80vh;
  overflow-y: auto;
} */

.holiday {
  background-color: forestgreen;
}


ngx-datetime-range-picker {
  font-size: 13px !important;
}

.total {
  font-weight: bold;
}

.mat-paginator-range-actions {
  padding-top: 0px !important;
}

.mat-paginator-page-size {
  margin-top: 5px !important;
}

.dyn-form-btns {
  min-width: 500px !important;
  padding-bottom: 20px;
}

.dashboard-icone {
  font-size: 70px;
}

.dashboard-text {
  font-size: large;
}

.dashboard-item {
  padding: 30px;
  align-items: center;
}

.dashboard-flex {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.dashboard-init {
  color: #ff8100;
}

.dashboard-cur {
  color: #F00;
}

.dashboard-fin {
  color: #2b6f26;
}

.dropdown-height {
  height: 60px !important;
}

.form-block{
  margin-block: 20px;
}


@media only screen and (max-width: 384px) {
  .flex-wrap {
    flex-wrap: wrap;
  }

  .margin-top {
    margin-top: 10px !important
  }

  .full-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .dislay-unset {
    display: unset !important;
  }

  .attendance-details {
    min-height: 275px;
  }



}

.attendance-details-mob {
  height: 400px !important;
}

.email-chip {
  width: unset !important;
}

.small_icon {
  width: 20px;
  height: 20px;
}

.about {
  display: flex;
  justify-content: center;
  margin-block: 30px;
  margin-inline: 10px;
  text-align: center;
}

.aboutWeb {
  display: flex;
  justify-content: center;
  font-weight: bold;
  background-color: #f3f3f3;
  width: 105%;
  margin-bottom: -20px;
}

.about-text {
  padding-top: 10px;
}

.about-first {
  color: #0076c0;
  font-weight: bold;
  font-size: large;
}

.about-bold{
  font-weight: bold;
  font-size: medium;
}

.toabout{
  line-height: 0.5;
  color: gray;
  font-size: small;
  text-align: center;
}

.about-terms{
    display: flex;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #0076c0;
    column-gap: 50px;
}

.about-social{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

.about-rights{
  margin-inline: 10px;
  margin-block: 30px;
  text-align: center;
}

@media only screen and (max-width: 384px) {
  .cke_top {
    zoom: 0.8;
  }

  .cke_bottom {
    zoom: 0.8;
  }

  .cke_contents {
    zoom: 0.8;
  }

  .cke_toolbox {
    zoom: 0.8;
  }

  cke_combopanel {
    zoom: 0.8;
  }
}

.remember {
  margin-top: -10px;
}

.login-card-fld .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1em !important;
}

.pass-mat-icon {
  cursor: pointer;
}


.dyn-select-fld .mat-select-value {
  height: inherit !important;
}

.mat-button.mat-primary  {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

@media only screen and (min-width: 386px) {
  .truncate-cell {
    max-width: 150px; /* feel free to include any other value */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


}

@media only screen and (max-width: 384px) {
  .truncate-parent-cell {
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 384px) {
  .report-container {
    /*height: 400px;*/
    overflow: auto;
  }
  .order-file {
    width: 100% !important;
  }
}

@media only screen and (max-width: 384px) {
  .menu-container {
    /*height: 200px;
    overflow: auto;*/
  }
}

/*TEST Team Card*/

.team-img-avatar .mat-card-avatar {
  border-radius: 0% !important;
  height: 90px !important;
  width: 90px !important;
  flex-shrink: 0;
}

.example-header-image {
  /**background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');*/
  background-size: cover;
}

/*
.team {
  margin-left: 40px !important;
  margin-right: 40px !important;
  margin-top: 20px !important;
}
*/
.team-member {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 15px !important;
}

.width-100 {
  min-width: 100%;
}

.expandable-row {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fafafa;
  min-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.header-filter {
  flex: 1;
  padding: 0 12px;
}

.header-filter-icon {
  display: flex;
  flex: 2;
}

.excel-icon {
  font-size: 21px;
}


.team-member .mat-card {
  min-width: 40%;
  height: 225px;
  box-shadow: 0 3px 1px -2px rgba(242, 241, 241, 0.76),0 2px 2px 0 rgba(134, 133, 133, 0.76),0 1px 5px 0 rgba(168, 168, 168, 0.81) !important;
}


.team-member .mat-card-header {
  height: 100px !important;
}

.font-smaller {
  font-size: smaller !important;
}


.team-member-img {
  height: 90px !important;
  width: 90px !important;
  border-radius: 7px;
}

.arrow-dir {
  cursor: pointer;
}

.loading-indicator {
  position: fixed;
  text-align: center;
  z-index: 1;
  height: 1em;
  width: 1em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.spinner {
  font-size: 50px !important;
  color: #8c8e90;
}

.content-sm {
}

.content-lg {
}
/*
@media(max-width: 1100px) {

  .content-sm {
    display: block;
  }

  .content-lg {
    display: none;
  }
}


@media(min-width: 1101px) {

  .content-sm {
    display: none;
  }

  .content-lg {
    display: none;
  }
}*/


@media (min-width:1101px) {
  .content-sm .mat-row {
    padding: 14px !important;
  }
}


.all-notify-icon {
  padding-top: 6px !important;
  /*text-align: right;*/
}

.all-notify-icon-size {
  font-size: 17px !important;
}


.all-notify-body {
  padding: 0px !important;
}


.all-notify-body-txt {
  white-space: initial;
}

.content-sm .mat-row {
  min-height: auto !important;
}

.notify-body-cont {
  white-space: initial;
  min-width: 271px;
}


.all-notify-container {
  position: relative;
  min-width: 100%;
}


.team-img-avatar .mat-card-title {
  font-weight: bold;
}

.font-bold {
  font-weight: bold;
}

.bg-color-unjustifiedAbs {
  background-color: hsl(0deg 95.16% 45.65% / 10%) !important;
  color: #7d3b3b !important;
}

.bg-color-sickAbs {
  background-color: hsl(60.23deg 91.93% 46.01% / 10%) !important;
  color: #93901d !important;
}

.bg-color-attendance {
    background-color: #8ea1c326 !important;
    color: #005dc0 !important;
}

.bg-color-weekHol {
  background-color: hsl(190.38deg 91.93% 46.01% / 7%) !important;
  color: #278ea7 !important;
}

.bg-color-officialHol {
  background-color: hsl(104.54deg 92% 46% / 9%) !important;
  color: #4a7d5b !important;
}

.bg-color-miss {
  background-color: hsl(154.38deg 92% 46% / 9%) !important;
  color: #3d774c !important;
}

.bg-color-vac {
  background-color: hsl(27deg 91.93% 46.01% / 9%) !important;
  color: #95660e !important;
}

.element-row {
  position: relative;
}

  .element-row:not(.expanded) {
    cursor: pointer;
  }

    .element-row:not(.expanded):hover {
      background: #f5f5f5;
    }

  .element-row.expanded {
    border-bottom-color: transparent;
  }


/* Orgnization Chart */

/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/


.orgChart {
  /*background-color: #ececd1;*/
  /* min-height: 680px;
  margin-top: -10px;
  margin-bottom: 18px;*/

  min-height: 680px;
  margin-top: -10px;
  overflow-x: auto;
  white-space: nowrap;
}

  .orgChart .tree * {
    margin: 0;
    padding: 0;
  }

  .orgChart .tree ul {
    padding-top: 20px;
    position: relative;
    -transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }

  .orgChart .tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    -transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }

    /*We will use ::before and ::after to draw the connectors*/
    /*Need Update*/
    .orgChart .tree li::before, .orgChart .tree li::after {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      border-top: 2px solid #696969;
      width: 50%;
      height: 20px;
    }

    .orgChart .tree li::after {
      right: auto;
      left: 50%;
      border-left: 2px solid #696969;
    }

    /*We need to remove left-right connectors from elements without
any siblings*/
    .orgChart .tree li:only-child::after, .tree li:only-child::before {
      display: none;
    }

    /*Remove space from the top of single children*/
    .orgChart .tree li:only-child {
      padding-top: 0;
    }

    /*Remove left connector from first child and
right connector from last child*/
    .orgChart .tree li:first-child::before, .tree li:last-child::after {
      border: 0 none;
    }
    /*Adding back the vertical connector to the last nodes*/
    .orgChart .tree li:last-child::before {
      border-right: 2px solid #696969;
      border-radius: 0 5px 0 0;
      -webkit-border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
    }

    .orgChart .tree li:first-child::after {
      border-radius: 5px 0 0 0;
      -webkit-border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
    }

  /*Time to add downward connectors from parents*/
  .orgChart .tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #696969;
    width: 0;
    height: 20px;
  }

  .orgChart .tree li a {
    height: 168px;
    width: 220px;
    padding: 5px 10px;
    text-decoration: none;
    background-color: white;
    color: #8b8b8b;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-radius: 15px;
  }

    /*Time for some hover effects*/
    /*We will apply the hover effect the the lineage of the element also*/
    .orgChart .tree li a:hover, .orgChart  .tree li a:hover + ul li a {
      background: #cbcbcb;
      color: #000;
    }
      /*Connector styles on hover*/
      .orgChart .tree li a:hover + ul li::after,
      .orgChart .tree li a:hover + ul li::before,
      .orgChart .tree li a:hover + ul::before,
      .orgChart .tree li a:hover + ul ul::before {
        border-color: #94a0b4;
      }


  .orgChart .tree {
    /*width: auto;*/
    margin-bottom: 15px;
  }

/*.orgChart .tree li li li a {
    width: auto;
  }*/


/*.orgChart .tree > ul > li > a {
    width: auto;
  }*/



/*.orgChart .tree > ul > li > ul > li > a {
    width: auto;
  }*/

/*
.deptInfo {
}

.deptInfo li{
  float:none !important;
}

  .deptInfo li::after {
    border-top: 0px solid #696969;
  }
  */

.org-sec-header-title {
  font-weight: bold;
  color: #0a7dc2;
  padding-bottom: 3px !important;
  font-size: larger;
  white-space: nowrap;
}

.org-sec-header {
  padding-top: 7px !important;
}

  /*.org-sec-header .user-panel-cont {
    padding-left: 0px !important;
    height:48px;
  }*/


  .org-sec-header .user-panel-img-cont img {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 2px;
  }
/*
  .org-sec-header .user-panel-name-cont {
    padding-left: 5px !important;
    text-align: left;
    font-size: 11px !important;
    color: #443c3c !important;
  }
  */

/*
.org-emp-dropdown {
  margin-top: -18px !important;
  margin-left: 65px !important;
}*/

.org-emp-dropdown-menu {
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-top: 5px !important;
  padding-right: 10px !important;
}

.full-width {
  width: 100% !important;
}

.brPos-super {
  height: 50px;
}


.org-head {
  background-color: #F3FCFF !important;
  border: 1px solid #dbd9d9;
}

.org-dept {
  background-color: #F8EFE8 !important;
  border: 1px solid #dbd9d9;
}

.org-brpos {
  background-color: #F1F5DE !important;
  border: 1px solid #dbd9d9;
}


.orgChart .tree li a:hover, .orgChart .tree li a:hover + ul li a {
  background: #ece7e7 !important;
}

.brpos-li {
  float: none !important;
}

  .brpos-li::after {
    border-top: none !important;
    border-radius: 0px !important;
  }

  .brpos-li::before {
    border-top: none !important;
    border-radius: 0px !important;
  }



@media(max-width: 768px) {
  .orgChart .tree li {
    float: none !important;
  }

    .orgChart .tree li:first-child::after {
      border-radius: 0px !important;
    }


    .orgChart .tree li::before, .orgChart .tree li::after {
      border-top: 0px !important;
    }

  .orgChart .tree {
    width: 100% !important;
  }

  .aboutWeb {
    font-size: smaller;
    text-align: center;
  }

}
.mat-button-focus-overlay {
  background-color: transparent !important;
}


/**Test*/

/*.orgChart .tree li li li a {
  width: auto;
}


.orgChart .tree > ul > li > a {
  width: auto;
}

.orgChart .tree > ul > li > ul > li > a {
  width: auto;
}
*/

.lang-select-box {
  width: 80px !important;
}
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button {
  opacity: 1;
}



.required-cls .mat-select-arrow {
  color: rgba(234, 29, 29, 0.86) !important;
}
.required-cls .mat-form-field-underline {
  background-color: rgba(234, 29, 29, 0.86) !important;
}
.required-cls .mat-form-field-label {
  color: rgba(234, 29, 29, 0.86) !important;
}
.required-error-cls .mat-error {
  font-size: 0.9rem !important;
}

.required-error-cls .mat-error {
  font-size: 0.9rem !important;
}

.required-error-cls {
  margin-top: -1.3rem;
}


.m1-date-range-picker {
  z-index: 500 !important;
}


.hide-company-logo {
  display:none !important;
}


  .note_hover_class i {
    display: none;
  }

  .note_hover_class:hover i {
    display: block;
  }

td.Disable:hover i {
  /*display: none !important;*/
}
  .icon-dir {
  position: absolute;
  margin-top: -14px;
}


.mat-standard-chip {
  display:block !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
.cursor mat-row {
  cursor: pointer;
}
.order-file {
  width: 40%;
  float: left;
  margin-top: 0px;
  text-align: initial;
  margin-bottom: 30px;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #0076c0 !important;
}


 /* .dialog-open {
  height: 80vh;
  overflow-y: auto;
} */
.dialog-card {
}
.dlg-form-data {
}

.dlg-form-data .dialog-title {
  background-color: #f7f2f2 !important;
  border-bottom: solid 1px #959595;
  padding: 9px !important;
  margin: 0px !important;
}

  .dlg-form-data .mat-dialog-container {
    overflow: hidden !important;
    padding-bottom: 20px !important;
    background-color: #f7f2f2 !important;
    border: solid 1px #d0cdcd !important;
    border-radius: 15px;
  }

  .dlg-form-data .mat-dialog-content {
    background-color: white !important;
    padding-top: 20px !important;
    min-height: 400px;
    scrollbar-color: #d4d4d4 white;
    scrollbar-width: thin;
  }

    .dlg-form-data .mat-dialog-content::-webkit-scrollbar {
      width: 5px;
    }

    .dlg-form-data .mat-dialog-content::-webkit-scrollbar-thumb {
      background: gray;
      border-radius: 10px;
    }


.dlg-form-data .mat-dialog-actions {
  border-top: solid 1px #cecece;
  padding-inline: 25px !important;
}

.dlg-form-data .cdk-overlay-pane {
  width: 50% !important;
}

.confirm-re-row {
  cursor: pointer;
  /*height: 0px;*/
}

.selected-list .c-btn {
   font-size: 12px;
}

@media(min-width:1101px) {
  .confirm-re-row {
    height: 0px;
  }
    .confirm-re-row:hover {
      background-color: #f2f2f2;
    }
}




.mat-menu-content:not(:empty) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.card-height::-webkit-scrollbar {
  width: 5px;
}

.card-height::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

.card-height {
  height: 320px;
  overflow-y: auto;
  padding: 15px !important;
  scrollbar-color: #d4d4d4 white;
  scrollbar-width: thin;
  border-radius: 10px;
  overflow-x: hidden;
}

.card-absent {
  height: 320px;
  padding: 15px !important;
  border-radius: 10px;
}

.card-chart-emp {
  height: 340px;
  padding: 15px !important;
}

.emp-chart{
  max-height: 250px;
  max-width: 500px;
}

.answer-chart{
  max-width: 450px;
  max-height: 200px;
}

.answer-height{
  height: 250px;
  width: 100%;
  text-align: start;
  overflow-y: scroll;
}

.hr-absent{
    margin-bottom: 0.1rem !important;
}

.absent-height{
  height: 240px;
  width: 100%;
  /* max-width: 600px; */
  scrollbar-color: #FFFF white;
  overflow-y: scroll;
}

@media only screen and (max-width: 1200px) {
  .survey-header{
      flex-wrap: wrap;
  }
}
.main-page-margin {
  margin-top: 10px;
}

.chart-hr {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Fix Header */

.page-header {
  position: fixed;
  z-index: 100;
  top: 21px;
}

/*#router-cont .container-fluid.container-card {
  margin-top: 83px;
}*/

.page-container {
  margin-top: 83px;
  border-radius: 15px !important;
}

.change-pass{
  max-width: 500px !important;
  margin-inline: auto !important;
  margin-top: 300px !important;

}

.changep{
    display: flex;
    justify-content: center;
}

.pointer {
  cursor: pointer;
}

.text-color-calendar {
  color: #fff;
}

.buttons-color-calendar {
  margin-left: 0px !important;
  background-color: #007bff !important;
}

.top-padding {
  /*  padding-top: 10px !important;*/
}

.underline {
  font-size: 14px !important;
  font-weight: bold !important;
}

/*@media (max-width:400px) {
  .underline {
    font-size: 11px !important;
  }
}*/

.flex-item {
  flex: 1;
}

.side-bar-hr {
  width: 93%;
}

.workToday {
   color: #0079FE;
}

.email-var{
  margin-bottom:2px !important;
  color:red !important;
}


.cal-month-view .cal-day-badge {
  background-color: #fff !important;
  color: #CDC7C7 !important;
}

.cal-month-view .cal-day-number {
  font-size: 1.6em !important;
  color: #000000 !important;
}

.cal-month-view .cal-day-cell.cal-today {
  background-color: #fff !important;
}

  .cal-month-view .cal-day-cell.cal-today .cal-day-number {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 1px solid black !important;
    text-align: center !important;
    font-weight: bold !important;
  }

.calendar-cards {
  display: flex;
  flex-wrap: wrap;
}

.buttons-calendar {
  margin-top: 13px;
  text-align: center;
}

.calendar-card {
  width: 15%
}

.calendar-card {
  width: 85%
}

.calendar-filter-card {
  width: 15%;
}

@media(max-width:1101px) {
  .calendar-filter-card {
    width: 100%
  }

  .calendar-card {
    width: 100%
  }
}

.hidden-item{

}

@media(max-width:500px) {
  .hidden-item {
    display: none !important;
  }

  .cal-month-view .cal-day-number {
    font-size: 1.2em !important;
  }
}

.flex-spacebetween {
  display: flex;
  justify-content: space-between;
}

.stored-filters-icon {
  color: black;
  font-size: 12px;
}
.search-filters-icon {
  font-size: 20px;
}

.add-filter-plus{
  font-size: 25px !important;
}

.add-filter-text{
  font-size: 15px !important;
}

.height-calendar-card {
  height: 98%;
}

.orangeColor {
  color: orange !important;
  margin-top: 5px;
}

.greenColor {
  color: green !important;
  margin-top: 5px;
}

.bull-icon {
  vertical-align: text-top !important;
}

.profile-imgpass-sec {
  background-color: #d3d3d35c;
  border-radius: 10px;
}

.mat-calendar-body-in-range::before {
  background-color: rgb(153, 211, 247) !important;
}

.mat-calendar-body-selected {
  background-color: #0478c1 !important;
  color: #fff;
}

.mat-datepicker-toggle-active {
  color: #0076c0 !important;
}

.mat-select-panel-wrap{
  position: relative;
  top: -6px;
  right:10px;
}

.cdk-overlay-container .cdk-overlay-pane .td-select{
  position: relative;
  top: 34px;
}

.cdk-overlay-container .cdk-overlay-pane .m-select{
  position: relative;
  top: 36px;
}
.cdk-overlay-container .cdk-overlay-pane .select{
  position: relative;
  top: 39px;
}

.mat-select-panel-wrap .mat-select-panel{
  background-color: white !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  min-width: 155px !important;
  transform: translateX(4px) !important
}

/*.cdk-overlay-container .cdk-overlay-pane .d-event-panel {
 min-width:0 !important;
 background-color:red;
}*/


.tiktok-img {
  height: 15px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.a-link {
  color: white !important;
  text-align: center !important;
  background-color: gray;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 2px;
}

.text-name {
  font-weight: bold;
  color: #0076c0;
}

.social-media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.mat-cell {
  font-size:13px !important;
}

.btn-status {
  font-size:10px !important;
}

.mat-paginator-outer-container {
  display: block !important;
}

.calendar-event {
  margin-bottom: 2px;
  padding: 2px;
}

.flex-cards {
  display: flex !important;
  flex-wrap: wrap;
}

.mat-tab-body-content {
  overflow: hidden !important;
}

.icon-events {
  color: #0076c0 !important;
  font-size: 20px !important;
}


.home-menu-icon {
  color: #0076c0 !important;
}

.person-menu-icon {
  color: #6f9b23 !important;
}

.daily-work-menu-icon {
  color: #df583f !important;
}

.myorder-menu-icon {
  color: #6c7cce !important;
}

.calender-menu-icon {
  color: #6abfc3 !important;
}

.reports-menu-icon {
  color: #438255 !important;
}

.news-menu-icon {
  color:#ffae00 !important;
}

.complain-menu-icon {
  color: #2e8392 !important;
}

.survey-menu-icon {
  color: #e84d6d !important;
}

.setting-menu-icon {
  color: #0f79ad !important;
}

.org-chart-menu-icon {
  color: #c1459d !important;
}

.small_icon {
  font-size: 20px !important;
}

.menu-fa-bars {
  font-size: 20px !important;
}


.navbar.navbar-static-top.menu-cust-nav {
  margin-top: -3px !important;
}

/* Filters Style */

.report-filter {
  margin-top: 50px;
  width: 60%;
  position: absolute;
  z-index: 999;

}

.check-filter-list {
  /* height: 80%; */
  min-height: 300px;
  /* overflow-y: auto;
  padding-left: 20px; */
}

/* .check-filter-list::-webkit-scrollbar-thumb {
  width: 5px;
  background: rgb(204, 202, 202);
  border-radius: 10px;
} */

.filter-card {
  /* width: 600px; */
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
}

.filters-icon {
  background: red;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.saved-filters {
  border: 0px;
  height: 40px !important;
  background-color: #f2f4f5;
  /*margin-top: 8px;*/
}

.saved-filters:hover{
  color: #0079FE;
}

.saved-filters-icon {
  margin-top: -8px;
}

.hidden-hr{
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px  rgba(0,0,0,.1);
}
.saved-filters-div {
  padding-inline: 10px;
  border-color: #ced1d3 !important;
  border-bottom: 1px solid;
}

/*Filters For Confirm Request */

.confirm-request-filter {
  margin-top: -22px !important;
}

/* Filter Short example : complaints and suggestion */

.filter-att-short {
  height: 295px !important;
}

.check-filter-list-short {
  min-height: 100px;
  height: 210px;
}

.report-buttons{
    margin-top: -1px
}

.report-buttons_daily{
  margin-top: -8px
}
.div-check-grp-work {
  padding-top: -6px;
}

@media (max-width: 575px) {
  /*.box-type {
    padding: 0 !important;
    margin-top: 7px;
  }
  */
  .cal-month-view .cal-header {
    font-size: 8px !important;
  }

  .report-filter {
    margin-top: 159px !important;
    position: absolute;
    z-index: 100;
    width:90%;
  }

  .confirm-request-filter {
    margin-top: -69px !important;
    width: 90% !important;
  }

  .report-short-filter {
    margin-top: 96px !important;
  }

  .check-filter-list {
    min-height: 0px !important;
    height: unset;
  }

  .report-buttons {
    margin-bottom: 11px;
    margin-right: 15px;
  }
  .report-buttons_daily {
    margin-bottom: 6px;
    margin-right: 15px;
  }
}

@media (max-width: 860px) {

  .cal-month-view .cal-header {
    font-size: 8px !important;
  }

  .report-filter {
    position: absolute;
    z-index: 100;
    width: 90%;
  }

  .confirm-request-filter {
    width: 90% !important;
  }


  .check-filter-list {
    min-height: 0px !important;
    height: unset;
  }

  .report-buttons {
    margin-bottom: 11px;
    margin-right: 15px;
  }
  .report-buttons_daily {
    margin-bottom: 6px;
    margin-right: 15px;
  }
}


@media (min-width: 576px) and (max-width: 765px) {
  .report-filter {
    width: 85% !important;
    margin-top: 35px;
  }

  .report-short-filter {
    margin-top: 33px !important;
  }
}


@media (min-width: 776px) and (max-width: 1333px) {
  .report-filter {
    width: 85% !important;
  }
}



/* Filter Scoll */
.filter-att::-webkit-scrollbar {
  width: 5px;
}

.filter-att::-webkit-scrollbar-thumb {
  background: rgb(204, 202, 202);
  border-radius: 10px;
}


.multiselect{
  padding-bottom: 6px;
  padding-top: 4px;
  display: block;
}
.no-event-notify-img {
  width: 150px !important;
  margin-bottom: 0px !important;
}

.p-no-margin {
  margin-bottom: 0px !important;
}

.event-notify-content {
  text-align: center;
}

.margin-weather {
  margin-right: 15px;
}

.calendar-empty-events {
  height: 20px;
}

@media (max-width:600px) {
  .calendar-empty-events {
    height: 14px !important;
  }
}

@media (max-width:689px) {
  .filter-att {
    width: 100%;
  }
  .selected-data{
    width: 100% !important;
    padding-top: 30px !important;
  }
  .add-filter{
    bottom: 0px !important;
  }
  .addFilter-section{
    padding-block-end: 10px;
  }
}
.salary-card{
}

@media (max-width: 1270px) {
  .salary-card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 1030px) {
  .salary-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.profil-photo {
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
}

.icon-pr {
  margin-top: 5px;
}

.profile-img {
  height: 170px;
  width: 170px;
}

@media (min-width: 768px) and (max-width: 900px) {
 /* .profile-img {
    height: 130px;
    width: 130px;
  }
  .profile-icon {
    height: 25px;
    width: 25px;
    margin-top: 140px;
  }*/
  .icon-pr {
    font-size: 15px !important;
    margin: -2px;
    margin-top: 4px;
  }
}

.name-size {
  font-size: 1rem;
  font-weight: bold;
}

.align-title-span-date {
  font-size: 12px !important;
  color: #B8C0C4;
}

.text-sm {
  font-size: 12px !important;
}

.report .mat-form-field .mat-form-field-infix {
  border-top: 0;
  display: flex !important;
  text-align: center;
  justify-content: flex-end;
}
.mat-form-field-infix {
  border-top: 0;
}
.mat-select-v {
  width: 145px !  important;
}

@media (min-width: 685px) and (max-width: 1115px) {
  .mat-select-v {
    width: 145px !important;
  }
}

.report-filter-name {
    position: relative;
    width: 50%!important;
    top: -100px;
}

@media (max-width: 600px) {
  .report-filter-name {
    width: auto !important;
    margin-left: 35px;
    margin-right: 20px;
  }
}

.ball-filter {
  margin-right: 20px;
}

/*@media (min-width: 576px) and (max-width: 765px) {
  .saved-filters {
    font-size: 10px !important;
  }
}*/

.op {
  white-space: normal;
}

.op {
  height: unset !important;
  line-height: 0.4em  !important;
}

.op .notes{
  color: #8b8b8b;
  height: 8px;
  font-size: 12px;
  transition: transform 5s linear;
}

.mat-select-value-text .op .notes{
  color: #cbcbcb;
}
.op .option{
  padding: 20px 15px 0px 20px;
}

.custom-progress-bar{
  animation: loading 1.1s infinite linear;
  background: #dedfe1;
  background-image: -webkit-linear-gradient(to right, #dedfe1 0%, #f2f3f5 20%, #dedfe1 40%, #dedfe1 100%);
  background-image: linear-gradient(to right, #dedfe1 0%, #f2f3f5 20%, #dedfe1 40%, #dedfe1 100%);
  background-repeat: no-repeat;
  color:#dedfe1;
  width: 70%;
}

@keyframes loading {
  0% {
    background-position: -100px;
  }
  100% {
  background-position: 200px;
  }
}
.arrow-icon {
  color: #757575;
  font-size: 24px;
}

.hr-form-edit input[disabled], .mat-select-value-text {
 color: black;
}

.totalStats.mat-cell:hover{
  background-color: #FFFFFF;
}
.allStatistics{
  font-size:larger;
  font-weight: bold;
}
/** LOgin */
.outer-login {
  background-color: rgb(207, 220, 222);;
}
.outer-loader {
  background-color: rgb(207, 220, 222);;
}

.login-mat-card {
  box-shadow: 0 2px 6px rgba(0,0,0,.2) !important;
  padding: 44px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 440px;
  width: calc(100% - 40px);
  min-width:auto !important;
  height: 500px !important;
}

.login-footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 11px;
  font-size: 11px;
}

.login-card-content-head {
  min-height: 50px;
  margin-bottom: 22px;
}

.login-card-content-head * {
  text-align:center;
}

.login-card-content-body {
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: var(--def-color) !important;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--def-color) !important;
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--def-color) !important;
}

.mat-form-field-ripple {
  background-color: var(--def-color) !important;
}

.btn-login-next {
  background-color: var(--def-color) !important;
  width:116px !important;
}

.btn-login-back {
  width:95px !important;
}


.login-card-content-footer {
  height: 30px !important;
  height: 39px !important;
  margin-top: 9px;
}

.mat-form-field-login {
  margin-bottom: 8px !important;
}

.def-color {
  color:var(--def-color);
}

.app-title {
  color: var(--def-color);
  margin-top:5px;
}

.btn-login-back {
  border-color: #aeaeae !important;
  color: #636161 !important;
}

.back-icon {
  cursor: pointer;
  color: #5b5353;
}


.login-user-label{
  margin-bottom:15px;
}

.login-loading-span {
  margin-top: 5px;
  color:white;
}

.recover-pass-sucess {
  text-align: center;
  color: green;
}

.recover-pass-sucess-icon {
  color: green;
  height: 60px !important;
  width: 60px !important;
  font-size: 52px !important;
}

.new-pass-by-email {
  text-align:center;
  font-size:smaller;
}

.txt-center {
  text-align:center;
}


.msg-err {
  color: red !important;
  font-size: small;
  width: 100%;
  margin-top: -17px;
}

.msg-err-pass {
  color: red !important;
  font-size: small;
}

.lg-account-img {
  height: 46px;
  width: 46px;
  border-radius: 5px;
}

.account-panel {
  background-color: white;
  border: 0.5px solid #edebeb;

  border-radius: 3px;
  margin-top: 7px;
}

.row.user-account {
  margin: 8px;
}
.row.user-accountf {
  margin: 8px;
}
.lb-new-account {
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 8px;
}
.row.user-account:hover {
  color: black;
  cursor: pointer;
}

  .account-info {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 2px !important;
  }


.account-plus-img {
  height: 37px;
  width: 40px;
}
.lb-pick-account {
  margin-right: -5px;
  margin-left: -5px;
}

.login-card-lang {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.mat-select-value {
  padding-right: 1px !important;
  padding-left: 4px !important;
}


.account-email {
  font-size: smaller;
}

.login-card-lang .lang-select-box * {
  color: #6f6969;
}
.mat-card.login-mat-card>:first-child, .mat-card-content.login-card-fld>:first-child{
  margin-top: -20px !important;
}

.login-card-lang .mat-select {
  width: 72px !important;
}


.mat-menu-panel {
  min-width:0px !important;
}

 .notes_span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width: 600px) {
  .middle {
    display: block !important;
  }

  .outer-login {
    background-image: none !important;
    background-color:white !important;
  }

  .login-mat-card {
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2) !important;
    padding:0px !important;
    padding-top:22px !important;
  }

  .padd {
    padding: 0px !important;
  }
}

/* .mat-select-placeholder{
    color: white;
} */


/**** Loaing *******/

.app-name-loading {
  font-size: 20px;
  text-transform: unset;
  color: var(--def-color);
}

.inner-loading {
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--def-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

    .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(5) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite;
    }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.cal-week-view .cal-time-events .cal-event {
  height: unset !important;
  color: black !important;
  text-align: start;
}

.close-icon {
  font-size: 15px !important;
}

.ver-div {
  display: flex;
}

.ver-button {
  background: transparent;
  border: 0px;
}


.icon-span-status-lb {
}

.question-status {
  padding-right: 12px;
  padding-left: 12px;
}

.work-input-hours {
  width:48% !important;
}

.work-input-mins {
  width: 48% !important;
}

.work-input-span {
  width: 4% !important;
}

.left-dir {
  direction:ltr  !important;
}

.left-float {
  float:left;
}


.daytd.note_hover_class {
  padding-top: 15px;
  position:relative;
}

.rm-day-work {
  margin-top: 1px;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 1.2em 0.75em 0 0.75em !important;
  border-radius: 10px !important;
}
.mat-form-field-type-mat-date-range-input .mat-form-field-infix {
  height: 40px;
}


.work-head-mob {
  font-size: smaller;
}

.d-work-select {
  width:15%;
}
.d-work-day {
  width:6%;
}

.d-work-total {
  width:6%;
}

.d-work-remove {
  width: 2%;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.profile-card-title {
  font-size: 16px !important;
}


.mat-cell p {
  margin-bottom:0px !important;
}

.order-dyn-form {
  min-height:200px;
  margin-top: 40px;
}

.new-account-panel {
  padding-right: 5px;
  padding-left: 5px;
}

.accounts-panel {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: #d4d4d4 white;
  scrollbar-width: thin;
  padding-right: 5px;
  padding-left: 5px;
}

  .accounts-panel::-webkit-scrollbar {
    width: 5px;
  }

  .accounts-panel::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
  }


  /* Date Range */
.md-drppicker td.active, .md-drppicker td.active:hover {
  background-color: #0076c0 !important;
}

.md-drppicker .ranges ul li button.active {
  background-color: #0076c0 !important;
}

.md-drppicker .btn {
  background-color: #0076c0 !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  font-size: small !important;
}


.lb-statistic-dashboard {
  margin-top:8px !important;
  padding-inline-start: 20px;
}


.md-drppicker .btn.btn-default {
  color: #fff !important;
}

.offline-msg {
  padding-top: 23px;
  background-color: #d10000;
  opacity: 0.7;
  color: white;
  font-size: smaller;
  text-align: center;
  height: 57px;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  position: fixed;
  z-index: 100;
}


.hr-mat-mob {
  display:none;
}

.hr-mat-large {
  display:block;
}

.hr-btn-mat-icon {
}

.hr-btn-mat-icon .mat-icon{
  font-size:18px!important;
}

.select-all-lb {
  color: #0076c0;
  margin-bottom: 7px;
  display:none;
}

.mat-table , .mat-row {
  border-radius: 15px;
}

@media(max-width:600px) {
  .hr-mat-mob {
    display: block;
  }

  .hr-mat-large {
    display: none;
  }

  .hr-btn-mat-icon {
    height: 26px !important;
    width: 26px !important;
    padding: 0px !important;
    padding-top: 0px !important;
    margin: 0px !important;
    padding-top: 3px !important;
  }

  .status-filter-container button span {
    font-size: smaller !important;
  }





}

@media(max-width:1100px) {
  .mat-header-cell.mat-col-check-header {
    position: static !important;
    color: #e9ecef !important;
    width: 200px !important;
    min-width: 200px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .select-all-lb {
    color: #0076c0;
    margin-bottom: 7px;
    display: block;
    font-weight: initial;
  }
}


@media(max-width:400px) {
  .status-filter-container button span {
    font-size: 11px !important;
    font-weight: lighter;
  }

}



.bold-txt {
  font-weight:bold;
}

.mat-table-with-top {
  margin-top:42px;
}

.show {
  display: block;
}

.dropdown-options .option {
  display: block;
  width: 100px;
  font-size: inherit;
  /* font-weight: bold; */
  text-align: center;
  cursor: pointer;
  color: #000 !important;
}
.dropdown-options .option:hover{
  background-color:#E0E0E0;
  color:#4A5BB9 !important;
  border-radius: 5px;
}

/* Hide the dropdown arrow */
.refresh .material-icons:before {
  display: none;
}
.news-area:disabled
{
  color: black !important;
}
.mat-input-element{
  color: unset !important;
}
.mat-input-element:disabled{
  color: black !important;
}
.row .pointer .status:hover{
  color: #007BFF;
}
/*
.overlay {
  z-index: 9999;
  pointer-events: none;
  opacity: 0.5;
}

.overlay-dialog{
  pointer-events: none;
  color: rgba(194, 191, 191, 0.5);
} */
/*
#modal {
  z-index: 10000;
  pointer-events: all;
} */

.user-accountf{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-details {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.trash-icon {
  color: rgb(203, 43, 43);
  font-size: large;
  transition: transform 0.3s ease; /* Smooth transition */
}

.trash-icon:hover{
  color: rgb(203, 43, 43);
  background: rgb(227, 151, 151);
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1.2); /* Makes the icon 50% larger when hovered */
}

@media (max-width: 320px) {
  .lg-account-img {
    height: 30px !important;
    width: 36px !important;
  }
  .trash-icon {
    transition: transform 0.3s ease;
    transform: scale(0.7);
  }
  .trash-icon:hover,.trash mat-icon:hover {
    font-size: large;
    transform: scale(0.9);
  }
}

.no-data {
    font-weight: bold;
    font-size: large;
    text-align: center;
    margin-top: 370px;
    color: #9D999F;
    line-height: 3;
}

.no-dataProfile {
  font-weight: bold;
  font-size: large;
  text-align: center;
  margin-top: 200px;
  color: #9D999F;
  line-height: 3;
}

.no-results {
  font-weight: bold;
  font-size: large;
  text-align: center;
  margin-top: 320px;
  color: #9D999F;
  line-height: 3;
}

.no-result {
  font-weight: bold;
  text-align: center;
  color: #9D999F;
  margin-bottom: 20px;
  font-size: small;
}

.without-result {
  font-weight: bold;
  text-align: center;
  color: #9D999F;
  padding-block: 20px;
  font-size: small;
}

.colored-status{
  color: #2196F3;
}

.about-card{
  margin-top: 150px !important;
}
